home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QTORNADO.B50 < prev    next >
Encoding:
Text File  |  1995-05-15  |  1.7 KB  |  84 lines

  1. REM  This File is for use with Tornado by Digital Intergration
  2. REM
  3. REM The Name of this file is: TORNADO.B50
  4. REM
  5. REM   The S3 button will function as a CONTRL Key for the mouse. For
  6. REM   example, holding in S3 and clicking on mouse button 1 will increase
  7. REM   the range of the selected MFD. S4 acts as a ALT key in the same
  8. REM   fashion, i.e. locating Target by holding S4 and clicking T4.
  9. REM   Paul Potera-March 1995
  10. REM
  11. RATE 100
  12. Mdef Qtornado
  13. USE TQS
  14.  
  15. BTN TG2 SPC
  16.  
  17. REM Hat Switches
  18. REM
  19. REM VIEWS
  20.  
  21. BTN H1U FrontView
  22. BTN H1D BackSeat
  23. BTN H1L LookLeft
  24. BTN H1R LookRight
  25.  
  26. REM AUTOPILOT
  27.  
  28. BTN H2U /I AP_TF
  29.         /O AdjustAltUp
  30. BTN H2D /I AltHdg
  31.         /O AdjustAltDown
  32. BTN H2L /I APTrack
  33.         /O AdjustHeadLeft
  34. BTN H2R /I AP_Approach
  35.         /O AdjustHeadRight
  36.  
  37. REM RADAR/MFD FUNCTION
  38.  
  39. BTN H3U /U AirRadarOn
  40.         /M RadarOn
  41.         /D RadarOn
  42. BTN H3D RadarOff
  43. BTN H3L /I LeftTabSelect /O MFDFunction
  44. BTN H3R /I RghtTabSelect /O MFDOn/Off
  45.  
  46. REM WEAPON STATUS
  47.  
  48. BTN H4U /U ArmAA
  49.         /M ArmAG
  50.         /D ArmAG
  51. BTN H4L CancelArm
  52. BTN H4D /U CycleAA
  53.         /M WeaponPacket
  54.         /D WeaponPacket
  55. BTN H4R DeliveryMode
  56.  
  57. BTN S1 DisengageAP
  58. BTN S2 ActiveDisplay
  59. BTN S3 LCTL
  60. BTN S4 LALT
  61.  
  62. REM TQS SWITCHES (T7 & T8 ARE MODAL.)
  63.  
  64. THR 1 26 13 = - = - = -
  65.  
  66. REM
  67.     BTN T1                     REM RDR Designate
  68.     BTN T2 Chaff
  69.     BTN T3 Flare
  70.     BTN T4 EcmOn/Off
  71.     BTN T5 MasterWarnReset
  72.     BTN T6 LSFT
  73.     BTN T7 AAMode              REM dogfight mode
  74.     BTN T8 AGMode
  75.     BTN T9 ThrustReverse
  76.     BTN T10 /H ThrustReverse
  77.     BTN T11
  78.     BTN T12
  79.     BTN T13
  80.     BTN T14
  81. REM
  82.     ANT 1 5 8 2 ~   REM Autopilot Alt Adj.
  83.     RNG 1 5 > <     REM Zoom in/out
  84.